projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9404fc8
)
patman: Add a missing space in GetMetaDataForList()
author
Simon Glass
<
[email protected]
>
Mon, 7 Mar 2016 02:45:33 +0000
(19:45 -0700)
committer
Simon Glass
<
[email protected]
>
Mon, 14 Mar 2016 21:34:50 +0000
(15:34 -0600)
Fix this nit to keep the code consistent.
Signed-off-by: Simon Glass <
[email protected]
>
Reviewed-by: Joe Hershberger <
[email protected]
>
tools/patman/patchstream.py
patch
|
blob
|
history
diff --git
a/tools/patman/patchstream.py
b/tools/patman/patchstream.py
index 6d3c41f49ec0c6f617ec7f98cb2d5c65e20091dc..27d031ef59c19472c800eec6f73ff4e3e81b7b22 100644
(file)
--- a/
tools/patman/patchstream.py
+++ b/
tools/patman/patchstream.py
@@
-376,7
+376,7
@@
def GetMetaDataForList(commit_range, git_dir=None, count=None,
if not series:
series = Series()
series.allow_overwrite = allow_overwrite
- params = gitutil.LogCmd(commit_range,reverse=True, count=count,
+ params = gitutil.LogCmd(commit_range,
reverse=True, count=count,
git_dir=git_dir)
stdout = command.RunPipe([params], capture=True).stdout
ps = PatchStream(series, is_log=True)